Skip to main content
POST
/
action
/
meeting_followup_render_followup_html
[F7] Render Followup HTML
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/meeting_followup_render_followup_html \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "followup_artifacts": "{{followup_artifacts}}",
  "coaching_insights": "{{coaching_insights}}",
  "transcript_analysis": "{{transcript_analysis}}",
  "enriched_event": "{{enriched_event}}",
  "output_variable_name": "followup_html",
  "user_context": "{{followup_context}}",
  "user_context_data": "{{user.context}}"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
followup_artifacts
string
default:{{followup_artifacts}}
required

The artifacts from Generate Followup Artifacts action.

coaching_insights
string
default:{{coaching_insights}}
required

Insights from Generate Coaching action.

transcript_analysis
string
default:{{transcript_analysis}}
required

The analysis from Analyze Transcript action.

enriched_event
string
default:{{enriched_event}}
required

The enriched event data.

output_variable_name
string
default:followup_html
required

Variable name to store the rendered HTML.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
user_context
string
default:{{followup_context}}

User context from Load Followup Context action.

user_context_data
string
default:{{user.context}}

Raw user.context data as fallback for user name/role.

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action